-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[data-plane] refresh purview-catalog-rest sdk #31331
Conversation
API change check APIView has identified API level changes in this PR and created following API reviews. |
intervalInMs: 100, | ||
}); | ||
|
||
const result = await poller.pollUntilDone(); | ||
console.log("LRO polling result:", result); | ||
if (result.status === "500") { | ||
if (isUnexpected(result)) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ci was failed at this, in recording, the final status was 200 which was not matched with the sdk behaviour:
https://github.com/kazrael2119/azure-sdk-for-js/blob/ba0137371153b9a417a398ad1f6285574a4c2699/sdk/purview/purview-catalog-rest/src/clientDefinitions.ts#L832-L841
here is the swagger def:
https://github.com/Azure/azure-rest-api-specs/blob/main/specification/purview/data-plane/Azure.Analytics.Purview.Catalog/preview/2022-03-01-preview/purviewcatalog.json#L2841-L2893
close it as this package has been deprecated. |
#30680